Collection::Contains

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:57:30 1991
Index Return to Main Contents
 

NAME

Collection::Contains - instance method  

TEMPLATE

isContained = bool Contains(ObjPtr anObject)  

SPECIFIERS

public virtual  

DESCRIPTION

Returns (this->Find(anObject) != 0).
See also method Find and method ContainsPtr. Method is rarely overridden.  

ARGUMENTS

ObjPtr anObject

 

RETURN ARGUMENT

bool isContained

TRUE
if anObject is contained in this, FALSE otherwise.
 

CATEGORIES

client interface, overrider interface

 

FIRST DEFINITION

class Collection  

FILES

implementation:
Collection.C

 

KNOWN PROBLEMS

There is no reason for Find to be virtual. This will be fixed in future versions.


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES
KNOWN PROBLEMS

This document was created by man2html, using the manual pages.
Time: 00:40:31 GMT, March 30, 2022